home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / ArchiveUtils / JumpBack / Source / English.lproj / JumpBack.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  1.2 KB  |  84 lines

  1. JumpBackControl = {
  2.     ACTIONS = {
  3.     appDidInit:;
  4.     showPrefPanel:;
  5.     loadPredefined:;
  6.     appWillTerminate:;
  7.     preferencesChanged:;
  8.     newUnrelatedTool:;
  9.     selectPredefined:;
  10.     newDragController:;
  11.     showInfoPanel:;
  12.     };
  13.     OUTLETS = {
  14.     infoPanel;
  15.     pairingsMenu;
  16.     prefPanel;
  17.     versionField;
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21. RdistControl = {
  22.     ACTIONS = {
  23.     appDidInit:;
  24.     showPrefPanel:;
  25.     showHelpPanel:;
  26.     changePathPrefer:;
  27.     changeMethodPrefer:;
  28.     abortBackup:;
  29.     showInfoPanel:;
  30.     startBackup:;
  31.     };
  32.     OUTLETS = {
  33.     theWindow;
  34.     methodPreference;
  35.     destinationText;
  36.     infoPanel;
  37.     rdistObj;
  38.     sourceDragView;
  39.     helpPanel;
  40.     pruneList;
  41.     sourceText;
  42.     logText;
  43.     destinationDragView;
  44.     prefPanel;
  45.     pathPreference;
  46.     backupButton;
  47.     };
  48.     SUPERCLASS = Object;
  49. };
  50. Subprocess = {
  51.     ACTIONS = {
  52.     terminate:;
  53.     };
  54.     OUTLETS = {
  55.     delegate;
  56.     };
  57.     SUPERCLASS = Object;
  58. };
  59. FirstResponder = {
  60.     ACTIONS = {
  61.     };
  62.     SUPERCLASS = Object;
  63. };
  64. DragViewDelegate = {
  65.     ACTIONS = {
  66.     };
  67.     OUTLETS = {
  68.     };
  69.     SUPERCLASS = Object;
  70. };
  71. DragView = {
  72.     ACTIONS = {
  73.     acceptProposedIcon:;
  74.     clearCurrentIcon:;
  75.     showIcon:;
  76.     abortProposedIcon:;
  77.     showNoIcon:;
  78.     };
  79.     OUTLETS = {
  80.     delegate;
  81.     };
  82.     SUPERCLASS = View;
  83. };
  84.